From: Matthieu Gallien Date: Mon, 24 Mar 2025 15:00:58 +0000 (+0100) Subject: remove useless log X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2^2~37^2~6 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=5b9284237a6eb8a8b3a68b1eeba4d7ff5d03c8a8;p=nextcloud-desktop.git remove useless log Signed-off-by: Matthieu Gallien --- diff --git a/src/libsync/bulkpropagatorjob.cpp b/src/libsync/bulkpropagatorjob.cpp index 307be1177..9513b1711 100644 --- a/src/libsync/bulkpropagatorjob.cpp +++ b/src/libsync/bulkpropagatorjob.cpp @@ -221,7 +221,6 @@ void BulkPropagatorJob::doStartUpload(SyncFileItemPtr item, remotePath, fileToUpload._path, fileToUpload._size, currentHeaders}; - qCInfo(lcBulkPropagatorJob) << remotePath << "transmission checksum" << transmissionChecksumHeader << fileToUpload._path; _filesToUpload.push_back(std::move(newUploadFile)); _pendingChecksumFiles.remove(item->_file);